1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="com.example.green_guide_tcc"
4    android:versionCode="1"
5    android:versionName="1.0.0" >
6
7    <uses-sdk
8        android:minSdkVersion="16"
8-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml
9        android:targetSdkVersion="29" />
9-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml
10    <!--
11     io.flutter.app.FlutterApplication is an android.app.Application that
12         calls FlutterMain.startInitialization(this); in its onCreate method.
13         In most cases you can leave this as-is, but you if you want to provide
14         additional functionality it is fine to subclass or reimplement
15         FlutterApplication and put your custom class here.
16    -->
17    <application
17-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:8:5-46:19
18        android:name="io.flutter.app.FlutterApplication"
18-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:9:9-57
19        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
19-->[androidx.core:core:1.1.0] C:\Users\Gustavo Nicoletti\.gradle\caches\transforms-2\files-2.1\a528b13ac93e64cafa3d0480e2c93207\core-1.1.0\AndroidManifest.xml:24:18-86
20        android:icon="@mipmap/ic_launcher"
20-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:11:9-43
21        android:label="green_guide_tcc" >
21-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:10:9-40
22        <activity
22-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:12:9-40:20
23            android:name="com.example.green_guide_tcc.MainActivity"
23-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:13:13-41
24            android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
24-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:16:13-163
25            android:hardwareAccelerated="true"
25-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:17:13-47
26            android:launchMode="singleTop"
26-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:14:13-43
27            android:theme="@style/LaunchTheme"
27-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:15:13-47
28            android:windowSoftInputMode="adjustResize" >
28-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:18:13-55
29
30            <!--
31                 Specifies an Android theme to apply to this Activity as soon as
32                 the Android process has started. This theme is visible to the user
33                 while the Flutter UI initializes. After that, this theme continues
34                 to determine the Window background behind the Flutter UI.
35            -->
36            <meta-data
36-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:23:13-26:17
37                android:name="io.flutter.embedding.android.NormalTheme"
37-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:24:15-70
38                android:resource="@style/NormalTheme" />
38-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:25:15-52
39            <!--
40                 Displays an Android View that continues showing the launch screen
41                 Drawable until Flutter paints its first frame, then this splash
42                 screen fades out. A splash screen is useful to avoid any visual
43                 gap between the end of Android's launch screen and the painting of
44                 Flutter's first frame.
45            -->
46            <meta-data
46-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:32:13-35:17
47                android:name="io.flutter.embedding.android.SplashScreenDrawable"
47-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:33:15-79
48                android:resource="@drawable/launch_background" />
48-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:34:15-61
49
50            <intent-filter>
50-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:36:13-39:29
51                <action android:name="android.intent.action.MAIN" />
51-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:37:17-68
51-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:37:25-66
52
53                <category android:name="android.intent.category.LAUNCHER" />
53-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:38:17-76
53-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:38:27-74
54            </intent-filter>
55        </activity>
56        <!--
57             Don't delete the meta-data below.
58             This is used by the Flutter tool to generate GeneratedPluginRegistrant.java
59        -->
60        <meta-data
60-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:43:9-45:33
61            android:name="flutterEmbedding"
61-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:44:13-44
62            android:value="2" />
62-->C:\flutterProjects\green_guide_tcc\android\app\src\main\AndroidManifest.xml:45:13-30
63    </application>
64
65</manifest>
